Mailbox Constructor (String, String) |
Initializes a new instance of the Mailbox.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Mailbox(
string emailAddress,
string name
)
Public Sub New (
emailAddress As String,
name As String
)
Parameters
- emailAddress
- Type: SystemString
Email address of mailbox owner. - name
- Type: SystemString
Name of mailbox owner.
See Also